home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
-in_the_mag-
/
program_perfection
/
gui
/
boopsi_misc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-12-08
|
355b
|
25 lines
/*
* boopsi_misc.h
*
* $Id :$
* $Log:$
*
*/
#ifndef BOOPSI_MISC_H
#define BOOPSI_MISC_H
#ifndef DEFS_H
#include "defs.h"
#endif
#ifndef INTUITION_INTUITION_H
#include <intuition/intuition.h>
#endif
ULONG QuickGetAttr( APTR object, ULONG attrID );
VOID NotifyAttrChanges( Object *o, struct GadgetInfo *gi, ULONG flags, Tag attr1, ...);
#endif